Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPdfExporter<TContent> Class / SaveAsPdf Method


In This Topic
    SaveAsPdf Method
    In This Topic
    Exports a document to PDF format. This operation shows the native Save File dialog, from which the user can select the PDF file.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SaveAsPdf() 
    'Usage
     
    
    Dim instance As NPdfExporter(Of TContent)
     
    instance.SaveAsPdf()
    public virtual void SaveAsPdf()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also